/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
 select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#333;font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","SimSun","宋体";}
a { color:#111; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}




video embed, video object, video iframe {
width: 100%;
height: auto;
}
		*{
			margin:0px;
			padding:0px;
		}
		div{
			display:block;
		}
		body{
    		font-weight: lighter;
		}
		html{
			color:#666;
		}
		html,body{
			width: 100%;
		}
/*广告*/
.lw_ad {
    width: 100%;
    overflow: hidden;
}
/*全部*/
.ds_total{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
/*手机版导航*/
.fz_xpdh{
	display:none;
}
/*手机版底部*/
.sj_bot{
	display:none;
}
/*边距*/
.pd_bk1{
	width:100%;
	height:10px;
}



.lw_ad2{
	display:none;
}

.pd_bk2{
	display:none;
}








/*顶部导航*/
.pd_nav{
	width: 100%;
    line-height: 33px;
    border-bottom: 1px solid #DDD;
    background: #F8F8F8;
    text-align: center;
    color: #333;
	font-size:16px;
}
.pd_nav1{
	width:1200px;
	margin:0 auto;
}

.pd_nav6{
	color:#dd2431;
	font-weight:bolder;

}

/*logo*/
.pd_logo{
	width:100%;
	height:70px;
}
.pd_logo1{
	width:1200px;
	margin:0 auto;
}
.pd_logo1 img{
	height:100%;
}
.pd_ad{
	width:900px;
	height:70px;
	float:right;
}
.pd_ad img{
	width:100%;
	height:100%;
}
.input-search {
    position: relative;
    width: 376px;
    height:40px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #999;
    float:right;
    margin-top:10px;
}
.input-search-btn {
    width:80px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    border: none;
    cursor:pointer;
    background: url(/statics/subao/images/sz_ssy.png) center center no-repeat;
}
.input-search .form-control {
    border-radius: 5px;
    border: 0;
    width: 296px;
    height:40px;
    background:none;
    border: 0;
    outline: none;
    font-size:16px;
}
/*频道导航*/
.pd_head{
	width:100%;
}
.pd_head1{
	width: 1200px;
    height: 0px;
    margin: 0 auto;
    border-bottom: 3px solid #e94508;
}
.pd_head1 ul{
	overflow:hidden;
}
.pd_head1 ul li{
	float:left;
	padding:0px 20px;
	margin-right:60px;
	height:35px;
	line-height:35px;
	font-size:27px;
	border-radius:10px;
}
.pd_head1 ul li.pd_on{
	background:#f5ba0c;
}
.pd_head1 ul li.pd_on a{
	color:#fff;
}
.pd_head1 ul li:hover{
	background:#f5ba0c;
}
.pd_head1 ul li:hover a{
	color:#fff;
}
.pd_head1 ul li.sb_last{
	margin-right:0px;
}


.pd_head2{
	width: 1200px;
    height: 45px;
    margin: 0 auto;
    border-bottom: 3px solid #e94508;
}
.pd_head2 ul{
	overflow:hidden;
}
.pd_head2 ul li{
	float:left;
	padding:0px 18px;
	/*margin-right:15px;*/
	height:35px;
	line-height:35px;
	font-size:22px;
	border-radius:10px;
	color:#e94508;
	font-weight:bold;
}

.pd_head2 ul li a{
	color:#e94508;
}


.pd_head2 ul li.pd_on{
	background:#f5ba0c;
}
.pd_head2 ul li.pd_on a{
	color:#fff;
}
.pd_head2 ul li:hover{
	background:#f5ba0c;
}
.pd_head2 ul li:hover a{
	color:#fff;
}
.pd_head2 ul li:last-child{
	margin-right:0px;
}


/*全部*/
.sb_total{
	width:100%;
}
.sb_total1{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
/*新闻*/


.dibu666 a{
	color:#e94508;
}
.dibu666 a:hover{
	color: red;
	text-decoration:underline;
}







.swiper-container{
	width:650px;
	float:left;
	height:410px;
}
.swiper-slide img{
	width:100%;
	max-width:100%;
	
}
.swiper-container .swiper-slide p{
	width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
}
.swiper-container .swiper-pagination{
	text-align:center;
	bottom:20px;
	width:22%;
	left:75%;
}
.swiper-pagination-bullet{
	width:15px;
	height:15px;
}
.swiper-pagination-bullet-active{
	background:#e94508 !important;
}
.swiper-pagination-bullet{
	background:#b8b8b8;
	opacity:1;
}
/*新闻右侧*/
.biaoti{
	font-size:20px;
	font-weight:bold;
}
.sb_nr{
	width:529px;
	/*height:305px;*/
	float:left;
	margin-left:10px;
	
}
/* .sb_nr ul li{
	padding:12px 0;
	border-bottom:1px dashed #d1d1d1;
} */



/*
.dibu{
	padding: 8px 0;
    border-bottom: 1px dashed #d1d1d1;
	 height:0px; 
}
*/



/* .sb_nr ul li{
	height:30px;
    overflow:hidden;
} */
.sb_nr ul li:last-child{
	border-bottom:none;
}


.sb_nr ul li{
	overflow: hidden;
	line-height:37px;
	height: 46px;
	border-bottom:6px;
}

.sb_nr ul li h3{
	font-size: 19px;
	font-weight: bold;
    overflow: hidden;
}
.sb_nr ul li h3:hover{
	text-decoration:underline;
}
.sb_nr ul li h3 a{
	color:#333;
}


.sb_nr ul li p{
	font-size:19px;
	overflow: hidden;
}
.sb_nr ul li p a{
	color:#333;
	overflow: hidden;
}
.sb_nr ul li p a:hover{
	color:#dd2431;
}





/*各频道*/
.lw_box3{
	width:840px;
	float:left;
}
.lw_block1{
	width:373px;
	float:left;
	height:460px;
	overflow:hidden;
}
.lw_block2{
	width:374px;
	float:left;
	margin-left:40px;
	height:460px;
	overflow:hidden;
}
.lw_block3{
	width:373px;
	float:left;
	margin-left:40px;
	height:460px;
	overflow:hidden;
}
.lw_title1{
	border-top: 1px dashed #e94508;
    height: 50px;
    position: relative;
}
.lw_title1 label {
	
	float: left;
    font-size: 22px;
    line-height: 48px;
    padding: 0px 3px;
    font-weight: 500;
    margin-right: 45px;
    border-top: 4px solid #e94508;
    margin-top: -2px;
	
}










.lw_title1 label a{
	color:#e94508;
}

.lw_title1 label a:hover{
	color:red;
}






.lw_jour h3{
	font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-top: 6px;
    font-weight:bold;
    background:url(/statics/subao/images/lw_text.png) left center no-repeat;
    padding-left:10px;
    box-sizing:border-box;
}
.lw_jour h3 a:hover{
	color:#dd2341;
}
.lw_jourtu{
	width:100%;
	height:230px;
	position:relative;
	margin-top:10px;
	overflow:hidden;
}
.lw_jourtu img{
	width:100%;
	transition: transform 0.5s;
}
.lw_jourtu:hover img{
	transform:scale(1.1,1.1);
}
.lw_jourtu p{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:17px;
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.lw_jourtu p a{
	color:#fff;
}
.lw_jourtu p a:hover{
	text-decoration:underline;
}
.lw_list4 li{
	height: 28px;
    line-height: 28px;
    font-size: 17px;
    background:url(/statics/subao/css/list-dot1.png) left center no-repeat;
    padding-left:10px;
    box-sizing:border-box;
    margin-top:6px;
	overflow: hidden;
}
.lw_list4 li a:hover{
	color:#dd2341;
}
/*速豹映像*/
.lw_sdtk{
	width:100%;
	overflow:hidden;
}
.lw_sdtk1{
	width:625px;
	height:330px;
	float:left;
	position:relative;
	overflow:hidden;
}
.lw_sdtk1 a{
	color:#fff;
}
.lw_sdtk1 a:hover{
	text-decoration:underline;
}
.lw_sdtk1 img{
	width:100%;
	height:100%;
	transition: transform 0.5s;
}
.lw_sdtk1:hover img{
	transform:scale(1.1,1.1);
}
.lw_sdtk1 p{
	width:100%;
	height:40px;
	font-size:19px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0;
	line-height:40px;
	text-align:center;
}
.lw_sdtk2{
	width:240px;
	height:330px;
	float:left;
	margin-left:30px;
}
.lw_sdtk2 ul li{
	width:100%;
	height:150px;
	position:relative;
	overflow:hidden;
}
.lw_sdtk2 ul li:last-child{
	margin-top:30px;
}
.lw_sdtk2 ul li a{
	color:#fff;
}
.lw_sdtk2 ul li a:hover{
	text-decoration:underline;
}
.lw_sdtk2 ul li img{
	width:100%;
	height:100%;
	transition: transform 0.5s;
}
.lw_sdtk2 ul li:hover img{
	transform:scale(1.1,1.1);
}
.lw_sdtk2 ul li p{
	width:100%;
	height:40px;
	font-size:14px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0;
	line-height:40px;
	text-align:center;
}
/*网站底部*/
.sb_bot{
	width:100%;
	padding-bottom:20px;
	text-align:center;
	border-top: 3px solid #e94508;
}
.foot-links {
    width:100%;
    text-align:center;
}
.foot-links a {
    color: #000000;
    margin: 0 4px;
    line-height: 24px;
}
.sb_bot p {
    line-height: 24px;
    color: #333;
}
.lgwab a p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #939393;
    padding-top: 0px;
}
/*频道1*/
/*右侧*/
.lb_r{
	width:320px;
	float:left;
	margin-left:40px;
}
/*头条推荐*/
.lb_th{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.lb_th h3{
	font-size:20px;
	font-weight:bold;
	color:#333;
	float:left;
}
.lb_th a{
	color:#999;
	float:right;
	font-size:16px;
}
.lb_tj ul{
	margin-top:10px;
}
.lb_tj ul li{
	font-size:16px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	overflow:hidden;
	box-sizing:border-box;
	background:url(/statics/subao/images/lw_text.png) left center no-repeat;
}
.lb_tj ul li a{
	color:#333;
}
.lb_tj ul li a:hover{
	text-decoration:underline;
}
/*热点图片*/
.lb_rdtp{
	width:100%;
}
.lb_rdtp ul{
	overflow:hidden;
}
.lb_rdtp ul li{
	float:left;
	width:48%;
	margin-right:4%;
	margin-top:20px;
}
.lb_rdtp ul li:nth-child(2){
	margin-right:0;
}
.lb_rdtp ul li:nth-child(4){
	margin-right:0;
}
.lb_rdtp ul li img{
	width:100%;
	height:120px;
}
.lb_rdtp ul li p{
	margin-top:10px;
	height:40px;
	line-height:20px;
	font-size:14px;
	color:#666;
}
.lb_rdtp ul li:hover p{
	text-decoration:underline;
}
/*频道2*/
.sb_col1{
	width:100%;
	overflow:hidden;
}
/*左侧*/
.sb_coll{
	width:400px;
	float:left;
	overflow:hidden;
}
.sb_ctu1{
	width:400px;
	height:240px;
	float:left;
}
.sb_ctu img{
	width:100%;
	height:100%;
}
.sb_ctu{
	position:relative;
}
.sb_ctu p{
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	background:rgba(0,0,0,0.7);
	padding:0 20px;
	box-sizing:border-box;
	position:absolute;
	bottom:0;

}
.sb_ctu2{
	width:190px;
	height:150px;
	float:left;
	margin-top:20px;
}
.sb_ctu3{
	width:190px;
	height:150px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
/*右侧*/
.sb_colr{
	width:400px;
	float:left;
	margin-left:40px;
}
.sb_colr ul li {
    padding: 12px 0;
    border-bottom: 1px dashed #d1d1d1;
}
.sb_colr ul li:last-child{
	border-bottom:none;
}
.sb_colr ul li h3{
	font-size:20px;
	font-weight:bold;
}
.sb_colr ul li h3:hover{
	text-decoration:underline;
}
.sb_colr ul li h3 a{
	color:#333;
}
.sb_colr ul li p{
	margin-top:8px;
	font-size:16px;
}
.sb_colr ul li p a{
	color:#666;
}
.sb_colr ul li p a:hover{
	color:#dd2431;
}
/*频道3*/
/*logo*/
#header {
    border-bottom: 3px solid #f5ba0c;
    height: 100px;
}
.w1200 {
    width: 1200px;
    margin: 0px auto;
}
#header .logo {
    float: left;
    margin-top: 10px;
}
#header .nav {
    float: right;
    line-height: 100px;
    font-size: 22px;
}
#header .nav i {
    float: left;
    margin: 35px 0px 0px 0px;
    width: 2px;
    height: 30px;
    background: #d3d2d2;
}
#header .nav a {
    float: left;
    margin: 0px 25px;
}
#header .nav a:hover {
    color:#f5ba0c;
}
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    margin-top: 0px!important;
    *margin-top: -1px;
    line-height: 0;
}
/*banner*/
#layout1 {
    margin-top: 25px;
}
#layout1 .video {
    float: left;
    width: 790px;
    height: 495px;
    background: #000;
    position: relative;
}
#layout1 .video img {
    width: 100%;
    height: 100%;
}
#layout1 .side {
    float: right;
    width: 370px;
    height: 495px;
    background: #f6f6f6;
    position: relative;
}
#layout1 .side .line {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    top: -1px;
    background: #f6f6f6;
    z-index: 9;
}
#layout1 .side ul {
    margin-top: -1px;
}
#layout1 .side li {
    border-top: 1px solid #e4e4e4;
    height: 124px;
    position: relative;
    overflow: visible;
}
#layout1 .side .current, #layout1 .side .current a, #layout1 .side .current a:hover {
    color: #fff !important;
}
#layout1 .side .current {
    background: #e60012;
}
#layout1 .side table {
    width: 100%;
    height: 100%;
    font-size: 21px;
    line-height: 36px;
}
#layout1 .side table td {
    padding: 0px 20px;
}
#layout1 .side .current i {
    position: absolute;
    left: -21px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 13px solid #e62d2b;
}
.fw {
    color: #fff;
}
#layout2 ul {
    margin-left: -30px;
}
#layout2 li {
    float: left;
    width: 380px;
    height: 240px;
    position: relative;
    margin: 30px 0px 0px 30px;
}
.fw a {
    color: #fff;
}
#layout2 li p {
    position: absolute;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
    font-size: 18px;
}
#layout2 li img{
	width:100%;
	height:100%;
}
.sb_video{
	width:790px;
	float:left;
}
/*频道4*/
/*频道导航4*/
.pd_header{
	width:100%;
}
.pd_header1{
	width: 1200px;
    height: 45px;
    margin: 0 auto;
    border-bottom: 3px solid #f5ba0c;
}
.pd_header1 ul li{
	width:120px;
	text-align:center;
	float:left;
	margin-right:34px;
	height:35px;
	line-height:35px;
	font-size:20px;
}
.pd_header1 ul li.pd_on{
	background:#f5ba0c;
}
.pd_header1 ul li.pd_on a{
	color:#fff;
}
.pd_header1 ul li:hover{
	background:#f5ba0c;
}
.pd_header1 ul li:hover a{
	color:#fff;
}
.pd_header1 ul .sb_last{
	margin-right:0px;
}
#ul01{
	width:120px;
	z-index:999;
	position:absolute;
	display:none;
}
#ul01 li{
	width:120px;
	text-align:center;
	float:left;
	margin-right:34px;
	height:35px;
	line-height:35px;
	font-size:20px;
	background:#f5ba0c;
}
#ul01 li a{
	color:#fff;
}
#ul01 li a:hover{
	text-decoration:underline;
}
/*新的轮播*/
.main{width:1200px; margin:0px auto; background-color:#FFF; overflow:hidden; clear:both;}
.gdtp{ width:400px;overflow:hidden;}
.gdtp .tupian,.gdtp .tupian li,.gdtp .tupian li img{width:400px; height:270px;}
.gdtp .tupian li { display:none; }
.gdtp .tupian li.on { display:block; position: relative;}
.gdtp .tupian h2 { text-indent:10px; width:400px; line-height:40px; text-align:left; overflow:hidden; }
.gdtp .tupian h2 a,.gdtp .tupian h2 a:hover{ color:#fff; font-size:14px;}
.gdtp .tupian h2, .mask{ position:absolute;bottom:0; left:0;width:400px;height:40px;}
.mask{background:#000;opacity:0.5; filter:Alpha(opacity=50);}
.tubiao{ padding-top:4px; height:8px;width:400px;}
.tubiao li {float:left; width:40px; height:8px; margin-right:6px; display:inline; cursor:pointer; background-color:#d4d4d4; line-height:8px; font-size:0;}
.tubiao li.on { background-color:#0199cb;}
.jiaodian{ width:400px; padding-left:40px; }
.jiaodian h2{height:35px; line-height:35px; width:400px; overflow:hidden; text-align:center;}
.jiaodian h2 a{ font-size:16px; color:#0099cb;}
.jiaodian p{ color:#858585; text-indent:2em; line-height:20px; padding-bottom:4px;}
.jiaodian p a{ color:#ca1212;}
ul.list li {padding-left:16px; background: url(/statics/subao/images/doc.gif) 0px 0px no-repeat; line-height:30px; height:30px;  overflow:hidden;}
ul.list li a{ font-size:14px;}

.ysyx{ width:320px;overflow:hidden; border-top:2px #000 solid; background:url(/statics/subao/images/r_bj_03.jpg);}
.ysyx .c{ background:none;border-bottom:none;}
.ysyx .yingxiang{ width:300px; height:180px; overflow:hidden;position: relative;}
.ysyx .yingxiang img{  width:300px; height:180px;}
.ysyx .yingxiang h2 { text-indent:10px; width:240px; line-height:30px; text-align:left; overflow:hidden; }
.ysyx .yingxiang h2 a,.ysyx .yingxiang h2 a:hover{ color:#fff; font-size:14px; font-family:"瀹嬩綋"; font-weight:normal;}
.ysyx .yingxiang h2, .ysyx .yingxiang .mask{ position:absolute;bottom:0; left:0;width:350px;height:30px;}
.mask{background:#000;opacity:0.5; filter:Alpha(opacity=50);}
.ysyx .yingxiang span{ background-image:url(file:///C|/Users/DELL/AppData/Local/Temp/scp16365/home/subaoxw/web/statics/df/bofang.gif); position:absolute; top:15px; left:80px; width:80px; height:80px;opacity:0.2; filter:Alpha(opacity=20);}
.ysyx .list { margin-top:10px;}
.ysyx .list li{padding-left:22px; background-position:0px -34px;line-height:26px; height:26px; }
.ysyx .list li a{ font-size:12px;}
.ysyx .nr{margin:2px 10px 5px 10px;}
.c{ background-color:#fff; overflow:hidden; height:32px; line-height:32px; border-bottom:1px dotted #000;}
.c font {
    float: left;
    margin-left: 10px;
}
.c font a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: "Microsoft YaHei","微软雅黑","SimHei";
}
.c span {
    float: right;
    margin-right: 10px;
}
.c span a {
    color: #000;
}
.f_r{float:right;}
.fm {
    float: left;
}
.fl {
    float: left;
}



/*广告*/

.lw_blank2{
	height:30px;
}

.lw_blank1{
	height:16px;
}
.lw_ad{
	width:100%;
	/*height:60px;*/
	overflow:hidden;
}
.lw_adleft1{
	float:left;
	width:980px;
}
.lw_adright1{
	float:left;
	width:200px;
	margin-left:20px;
}
.lw_adleft2{
	float:left;
	width:590px;
}
.lw_adright2{
	float:left;
	width:590px;
	margin-left:20px;
}









/*区县导航*/
.qx_head{
	width:100%;
}
.qx_head1{
	width: 1200px;
    height: 45px;
    margin: 0 auto;
    background: url(/statics/subao/images/dh_bj.jpg) repeat-x;
}
.qx_head1 ul{
	overflow:hidden;
}
.qx_head1 ul li{
	float:left;
	padding:0px 20px;
	margin-right:40px;
	height:35px;
	line-height:35px;
	font-size:20px;
	border-radius:10px;
}
.qx_head1 ul li a{
	color:#fff;
}
.qx_head1 ul li:hover a{
	text-decoration:underline;
}
.qx_head1 ul li.qx_last{
	margin-right:0px;
}











@media (min-width: 640px) and (max-width:1200px){
        body{
            min-width:1200px;
        }
    }
/*手机版*/
@media screen and (max-width: 640px){
body {font-family: Helvetica;}
.jiaodian h2{
	width:100%;
}
.lw_ad{
	display:none;
}
/*区县导航*/
.qx_head{
	display:none;
}
/*新的轮播*/
.main{
	width:100%;
}
.gdtp{
	width:100%;
	margin-top:50px;
}
.gdtp .tupian, .gdtp .tupian li, .gdtp .tupian li img{
	width:100%;
}
.jiaodian{
	width:96%;
	margin-top:20px;
	margin-left:2%;
	padding-left:0px;
}
.ysyx{
	width:96%;
	margin-top:20px;
	margin-right:2%;
}
/*手机屏幕导航*/
.fz_xpdh{
    display:block;
    position:absolute;
    top:0;
}
.sp_header{
	height:50px;overflow:hidden;background:rgba(255,255,255,1);position:fixed;z-index:10;width:100%;
	border-bottom: 3px solid #ececec;
    border-top: 4px solid #e0380b;

}
.sp_logo{
	float:left;
	height:50px;
	}
.sp_logo img{
	padding-top:7px;
	margin:auto;
	max-height:35px;
	}
	
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#f5ba0c;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{
	position:fixed;
	z-index:9;
	background:#fff;
	width:100%;
	/*height:calc(100% - 104px);*/
	font-size:14px;
	line-height:40px;
	top:-100%;
	left:0;
	overflow:auto;
	overflow-x:hidden;transition:top ease 0.35s;display:block;}
.nav_show{top:50px}


.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s;}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px; position:relative;line-height:60px;font-size:18px; font-weight:bolder; }

.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none; border-left: 0.4rem solid #cc3536; }
.sjj_nav ul li a{color:#e94508;width:80%;border-left: 0.4rem solid #cc3536;}


.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#2b479b;}
.sjj_nav ul li ul li>ul{margin-left:10px;}






.sb_nr ul li{

	
	height: 28px;
    line-height: 28px;
    font-size: 17px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 6px;
    overflow: hidden;
	background: url(/statics/subao/css/list-dot1.png) left center no-repeat;
	
}




.lw_jourtu{
	width:100%;
	height:230px;
	position:relative;
	margin-top:0px;
	overflow:hidden;
}






/*广告*/

.lw_ad2{
	display:block;
	width:100%;
	height:74 px;
	overflow:hidden;
    position: relative;
}


.pd_bk2{
	display:block;
	width:100%;
	height:10px;
	

}


.lw_ad2 img {
    width: 100%;
}








/*顶部导航*/
.pd_nav{
	display:none;
}
.pd_bk1{
	display:none;
}
/*logo*/
.pd_logo{
	display:none;
}
/*频道导航*/
.pd_header{
	display:none;
}
/*新闻*/
.sb_total1{
	width:100%;
}
.swiper-container{
	width:100%;
	height:240px;
	margin-top:50px;
}
.swiper-slide img{
	height:240px;
}
/*.sb_nr{
	width:96%;
	margin:0 auto;
	float:none;
}*/
.sb_nr{
	width:96%;
    float: left;
    margin-left: 2%;

}


/*国内*/
.lw_block1{
	width:96%;
	margin:0 auto;
	float:none;
	margin-top:20px;
}
.lw_block2{
	width:96%;
	margin:0 auto;
	float:none;
	margin-top:20px;
}
.lw_block3{
	width:96%;
	margin:0 auto;
	float:none;
	margin-top:20px;
}
/*图片*/
.lw_sdtk{
	width:96%;
	margin:0 auto;
	margin-top:20px;
}
.lw_sdtk1 {
    width: 100%;
    height: 200px;
}
.lw_sdtk2 {
    width: 100%;
    margin-left: 0px;
    height: 130px;
}
.lw_sdtk2 ul li:first-child {
    margin-top: 30px;
}
.lw_sdtk2 ul li:last-child {
    margin-top: 30px;
}
.lw_sdtk2 ul li {
    width: 48%;
    margin-right: 2%;
    float: left;
    height: 100px;
}
/*电脑版底部*/
.sb_bot{
	display:none;
}
/*手机版底部*/
	.sj_bot{
		width:100%;
		background:#ff6e01;
		margin-top:30px;
		padding:10px 0;
		display:block;
	}
	.sj_bot p{
		text-align:center;
		font-size:12px;
		color:#fff;
		margin-top:5px;
	}
/*频道*/
.pd_head{
	display:none;
}
.swiper-container .swiper-slide p{
	height:40px;
	line-height:40px;
	font-size:14px;
}
.swiper-container .swiper-pagination{
	bottom:10px;
}
.sb_nr ul li h3{
	font-size:18px;
}
.sb_nr ul li p{
	font-size:17px;
}
.lw_title1 label{
	font-size:20px;
}
/*频道1*/
.lw_box3{
	width:100%;
}
.lb_r{
	width:96%;
	margin:0 auto;
	float:none;
}
.lb_th{
	padding-top:20px;
}
/*频道2*/
.sb_col1{
	width:96%;
	margin:0 auto;
}
.sb_coll{
	width:100%;
}
.sb_ctu2{
	width:48%;
}
.sb_ctu3{
	width:48%;
	margin-left:4%;
}
.sb_colr{
	width:100%;
	margin-left:0px;
}
.sb_colr ul li h3{
	font-size:18px;
}	
/*频道3*/
#layout1{
	margin-top:50px;
}
#header{
	display:none;
}
.w1200{
	width:100%;
}
.sb_video{
	width:100%;
}
#layout1 .video{
	width:100%;
	height:240px;
}
#layout1 .side{
	width:100%;
}
#layout2 ul{
	margin-left:0px;
}
#layout2 li{
	width:100%;
	margin: 20px 0px 0px 0px;
}





/*手机导航*/

